home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / gt_power / remove11.zip / REMOVE.DOC next >
Text File  |  1990-08-19  |  2KB  |  60 lines

  1. ┌──────────────────────────────────────────────────────────────────────────────┐
  2. │ REMOVE version 1.01                                            Oliver R.Bell │
  3. └──────────────────────────────────────────────────────────────────────────────┘
  4.  
  5. Have you ever been having a really good sort out of the echos on your
  6. system and found yourself typing out the same commands time after time?
  7.  
  8. YES!, well here's the program to sort the problem out for you, if you
  9. had a directory structure that looked like --
  10.  
  11. \ --+- E30-000 -+- GTMSGS--------+- 00001.MSG
  12.     |           |                |- 00002.MSG
  13.     |           |- MESSAGE.CTL   |- 00003.MSG
  14.     |           +- USR_MSG.IDX   |- 00004.MSG
  15.     |                            |- 00005.MSG
  16.     |                            .
  17.     |                            .
  18.     |
  19.     |
  20.     |- e01-000 -+- GTMSGS--------+- 00001.MSG
  21.                 |                |- 00002.MSG
  22.                 |- MESSAGE.CTL   |- 00003.MSG
  23.                 +- USR_MSG.IDX   |- 00004.MSG
  24.                                  |- 00005.MSG
  25.                                  .
  26.                                  .
  27.  
  28.  
  29. To remove all of that you'd have to type :-
  30.  
  31. DEL \E30-000\*.* <CR>
  32. Y <CR>
  33. DEL \E30-000\GTMSGS\*.* <CR>
  34. Y <CR>
  35. RD \E30-000\GTMSGS
  36. RD \E30-000
  37. DEL \E01-000\*.* <CR>
  38. Y <CR>
  39. DEL \E01-000\GTMSGS\*.* <CR>
  40. Y <CR>
  41. RD \E01-000\GTMSGS
  42. RD \E01-000
  43.  
  44. which on the whole would take a lot longer than
  45.  
  46. REMOVE \E30-000 \E01-000
  47.  
  48. Get the jist??? This program will only work on GT message bases and is
  49. not capable of doing any more harm anywhere else.
  50.  
  51. If you can think of anything else that it could do then please netmail
  52. me at 050/030, I look forward to hearing from you.
  53.  
  54. Oliver R.Bell
  55.  
  56. ┌──────────────────────────────────────────────────────────────────────────────┐
  57. │   "ABOVE BOARD"bbs,  +44 254 682862,   v.21, v.22, v.22bis v.32,14,400:HST   │
  58. └──────────────────────────────────────────────────────────────────────────────┘
  59.  
  60.